home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / apps / other / phunit1.lzh / PHUNIT.TXT < prev   
Encoding:
Text File  |  1995-01-08  |  6.7 KB  |  218 lines

  1. Probe House Software presents
  2.  
  3.         Probe House  U N I T   C O N V E R T O R   v 1 . 0
  4.  
  5.                     William Wong, Jan 1995
  6.                     Probe House Software
  7.  
  8.     * Introduction.
  9.     * Installation.
  10.     * Using PH Unit.
  11.     * The Dialogs of the program.
  12.     * The Conversion Report window.
  13.     * The GUI of PH Unit.
  14.     * Changing dialog Background Fill.
  15.     * Application or accessory.
  16.     * Development, History, acknowledgement, address
  17.  
  18.   PH Unit is freeware - you can freely use and distribute it. If you
  19.   like it, please let me know as it is a booster for software developer.
  20.   Donations and gifts are welcome.
  21.  
  22. Introducting PH Unit
  23. =====================
  24. The Probe House Unit Conversion or PH Unit is an small application
  25. for, no prizes for guessing, converison between different units.
  26.  
  27. Why this program?
  28. Well, I am not used to Miles and Fahrenheit, it's Kilometers and Celsius
  29. where I come from, and have a hard time having a feel for distances and
  30. temperature. Thus, this program was developed.
  31.  
  32. Of course it does a few other conversion as well. 
  33. Here is a list of units it can handle:
  34.  
  35. Length  : feet, inches, yards, centimeters, meters, kilometers, 
  36.           statute miles, nautical miles, par-secs, light-years,
  37.           mils, microns, millimicrons, angstroms, x-units, rods,
  38.           fathoms, furlongs.
  39.          
  40. Mass    : pounds, grams, kilograms, tons, amus, ounces, stones.
  41.  
  42. Speed   : m/sec, ft/sec, km/hr, cm/sec, knots, miles/hr.
  43.  
  44. Volume  : cubic meters, cubic cms, liters, gallons, cubic feet,
  45.           cubic inches, barrels, hogsheads, boardfeet, cords.
  46.  
  47. Area    : square meters, square cms, square feet, square inches,
  48.           circular mills, acres.
  49.  
  50. Density : kg/m3, slug/ft3, gm/cm3, lb/ft3, lb/in3.
  51.  
  52. Time    : days, years, hours, minutes, seconds, decades, score,
  53.           centuries, millenia, fortnights.
  54.  
  55. Force   : newtons, dynes, pounds, gram-force, kilogram-force.
  56.  
  57. Energy  : btus, ergs, ft-lbs, hp-hr, joules, calories, kilowatt-hours,
  58.           electron volts, MeV.
  59.  
  60. Pressure: atmospheres, dynes/cm2, inches of water, cms Hg, torr,
  61.           mms Hg, inches Hg, lbs/in2, lbs/ft2, newtons/m2, bars,
  62.           pascals.
  63.  
  64. Plane Angle :
  65.          degrees, minutes, seconds, radians, revolutions.
  66.  
  67. Power   : btus/hour, ft-lbs/min, ft-lbs/sec, horsepower, kilowatts,
  68.           watts, calories/sec.
  69.  
  70. Electric Charge :
  71.           coulombs, abcoulombs, amp-hrs, faradays, statcoulombs,
  72.           electron charges.
  73.  
  74. Magnetic Induction:
  75.           gauss, kilolines/in2, webers/m2, tesla, gamma.
  76.  
  77. Light   :  Footlamberts, Nit, Millilamberts, Candelas/in2,
  78.            Candelas/ft2, Candelas/m2, Stilb.
  79.  
  80. Temperature :
  81.            Fahrenheit, Celsius, Rankine, Kelvin.
  82.  
  83. There are others, but hey, I'm no rocket scientist!!
  84.  
  85.  
  86. Using PH Unit
  87. =============
  88. 1/ Select the type of unit conversion you are interested in, eg length.
  89. 2/ Next select the specific unit, eg "inches".
  90. 3/ Next enter the amount, eg 10.
  91. 4/ The result will be a table converting the amount of inches to every other
  92.    unit of length the program is familiar with.
  93.  
  94.  
  95. Installation
  96. ============
  97. Easy really, just unlzh the archive into any directory.
  98. Double click on the PH Unit icon to run it.
  99.  
  100.  
  101. Dialogs of the PH Unit
  102. ======================
  103.  
  104. The Main Dialog
  105. ---------------
  106. This is where you start off. It presents all the possible type of 
  107. conversion available in this program. Just click on the type you 
  108. are interested in.
  109.  
  110.  
  111. The Units Dialog
  112. ----------------
  113. This dialog requires you to select the specific units you want to
  114. convert. Click on the unit that you are interested in.
  115.  
  116.  
  117. The Entry Dialog
  118. ----------------
  119. This dailog prompts you for the value of the unit selected in the
  120. Unit Dialog. This value will be converted to every other unit 
  121. displayed in the Unit Dialog.
  122.  
  123.  
  124. The Converion Report Window
  125. ===========================
  126. This window display the result of the conversion.
  127. Conversion results will always be display in this window. So old
  128. results are overwritten and lost.
  129.  
  130. To save the result in a file, press 'P' whenever this window is 
  131. opened. You will be prompted for the filename to save the results
  132. into via a file selector. Overwrite warning will not be issued.
  133.  
  134.  
  135. The PH Unit GUI
  136. ===============
  137. PH Unit uses an advance GUI for the ST/STE/TT and Falcon. The following
  138. tries to give an overview of the interface.
  139.  
  140. Iconification
  141. -------------
  142. All windows can be iconified in all TOS version.
  143. For those TOS which support iconification use the button for it.
  144. For other TOS, to iconify a window, click the RIGHT mouse button on
  145. the window title bar.
  146.  
  147. Window management
  148. -----------------
  149. Windows can be manipulated by hot keys.
  150. ESC        : Maximise / restore size  a window.
  151. Shift-ESC  : Close a window.
  152. Shift-Tab  : Iconify a window.
  153. Control-Tab: Cycle windows.
  154.  
  155.  
  156. Changing dialog background fills
  157. ================================
  158. To change the background fill, double click on any part of the Main
  159. Dialog except the buttons. The selected background fill is remembered
  160. for future usage of PH Unit.
  161.  
  162. The default background fill is 50% grey.
  163.  
  164.  
  165. Application or Accessory
  166. ========================
  167. PH Unit is both an application and am accessory rolled into one.
  168. To use it as an application, rename it to PHUNIT.PRG
  169. To use it as an accessory, rename it to PHUNIT.ACC and pop it into
  170. the bootup drive.
  171.  
  172.  
  173. Development, History, acknowledgement, address
  174. ==============================================
  175. This program was developed on a 4Mb Tos 2.05 Mega STE with 170Mb HDD.
  176. Currently I am using a TV, my monitor is back home. I am not shipping
  177. my monitor for this. So if the screen looks funny, please feedback to
  178. me.
  179.  
  180. Software tools and package use:
  181. -------------------------------
  182.   Program  : Pure C, Pure Debugger and GUI provided by BIG 1.88.
  183.   Hypertext: Pure C (editor), ST-Guide and HCP
  184.  
  185. History
  186. -------
  187. Ver 1.0:  Released to the public as freeware.
  188.  
  189. What's next ?
  190. -------------
  191. For PHSW, I am thinking of a QWK OLR, well, actually, it will be an
  192. update of my unrelased QWK OLR.
  193.  
  194. Feedback
  195. --------
  196.   Please send feedback of any types to:
  197.     Internet : wongck@lobby.ti.com
  198.  
  199.     Mail : William Wong
  200.            Blk 148, Potong Pasir Ave 1,
  201.            #04-63, S(1335),
  202.            Republic of Singapore.
  203.  
  204.            William Wong                The USA address valid till
  205.            2600 Preston Road,          April 1995
  206.            Apt 1009,
  207.            Plano, Texas 75093
  208.            USA
  209.  
  210. Acknowledgement
  211. ---------------
  212. Borland Germany for the excellent Pure C and Pure debugger.
  213. Claude Attard   for the cool BIG libraries.
  214. Holger Weets    for the great ST-Guide and HCP software.
  215. Gregory Simpson for the conversion table.
  216. My students     for the interpretation.
  217.  
  218.